![]() |
PATH![]() |
The USB HID descriptor is of this form:
struct USBHIDDescriptor {
UInt8 descLen;
UInt8 descType;
UInt16 descVersNum;
UInt8 hidCountryCode;
UInt8 hidNumDescriptors;
UInt8 hidDescriptorType;
UInt8 hidDescriptorLengthLo;
UInt8 hidDescriptorLengthHi;
};
Previous | Back Up One Level | Next | Show Frames | Hide Frames